Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <s> tag


The <s> tag shows text which is no longer accurate, correct or needed. The words will be shown with a line over them.
You should not use the <s> tag to mark removed text in a paper. Instead, use <del> for that purpose.
The <s> HTML tag shows text with a line through it, or crossed out. Use the strikethrough element to show things that are outdated or wrong. But, it's not good for showing changes in a document. Instead use <del> and <ins> elements as needed.

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<p>This is an <s>old</s> outdated piece of information.</p>
<!--Write your content here levoriclearn top degree online and program-->
</body>
</html>


output


This is an old outdated piece of information.






Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<s> Yes Yes Yes Yes Yes